Newly Blog


  • Home

  • Tags

  • Categories

  • Archives

  • Search

Soft Loss

Posted on 2022-06-16 | In paper note

Given the predicted softmax logits $p_i$, ground-truth softmax logits or free-form weights $w_i$.

  1. weighted softmax loss: $-\sum_{i} w_i \log p_i$

  2. EMD softmax loss: $-\sum_{i} w_i p_i$

  3. softmax loss after label flip layer: $-\log{\sum_{i} w_i p_i}$

  4. knowledge distillation: $\sum_{i} (p_i-w_i)$

Shadow-related Application
Subjective Annotation
Li Niu

Li Niu

237 posts
18 categories
112 tags
Homepage GitHub Linkedin
© 2025 Li Niu
Powered by Hexo
|
Theme — NexT.Mist v5.1.4